home *** CD-ROM | disk | FTP | other *** search
- Path: solon.com!not-for-mail
- From: seebs@solutions.solon.com (Peter Seebach)
- Newsgroups: comp.lang.c
- Subject: Re: reversing a string
- Date: 8 Apr 1996 10:37:09 -0500
- Organization: Usenet Fact Police (Undercover)
- Message-ID: <4kbbr5$dee@solutions.solon.com>
- References: <4k6cjl$j8f@central.server.swt.edu> <4kb1s7$6eu@ibm32.perftech.com>
- Reply-To: seebs@solon.com
- NNTP-Posting-Host: solutions.solon.com
-
- In article <4kb1s7$6eu@ibm32.perftech.com>,
- John Murphy <murf@perftech.com> wrote:
- >Or if you favor compactness over readability, you can use:
-
- > x ^= y ^= x ^x y;
-
- ... except that, even if you correct the typo, this is flat out illegal, and
- cannot be made correct without using semicolons, commas, or other sequence
- points.
-
- Please read the FAQ *before* posting nonsense; this *EXACT* expression is
- described in the FAQ, and the reason for its illegality is covered.
-
- -s
- --
- Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
- C/Unix wizard -- C/Unix questions? Send mail for help. No, really!
- FUCK the communications decency act. Goddamned government. [literally.]
- The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
-